home *** CD-ROM | disk | FTP | other *** search
/ Mastering Internet Develo…oft ActiveX Technologies / Mastering Internet Development with ActiveX (1996)(Microsoft).iso / labs / lab01.3 / text.txt < prev    next >
Text File  |  1996-07-16  |  1KB  |  23 lines

  1. TEXT.TXT
  2. This is an example plain ASCII text file.
  3.  
  4. ASCII is an abbreviation for American Standard Code for Information Interchange.
  5. This is an old specification for defining a coding scheme so that characters
  6. can be encoded as numbers, enabling them to be stored, transferred, and
  7. manipulated by digital computers and other communication devices.
  8.  
  9. Originally, ASCII is a seven-digit binary coding scheme that allowed encoding
  10. of 128 characters including deimal numbers, the English alphabet, control 
  11. characters, and a few symbols.  IBM later extended this scheme to eight bits,
  12. enabling another 128 extended-ASCII characters. Aside from simple teletype 
  13. control characters, such as line feed, carriage return, tab, and so on, ASCII
  14. does not support formatting. Neither does it support font technology, nor
  15. embedded objects of any type.
  16.  
  17. ASCII and other older encoding schemes are slowly being replaced by Unicode,
  18. an scheme for encoding international characters and controls codes. Unicode
  19. uses a 16-bit number to represent each character, allowing for 65,536 (64 KB)
  20. of possible items. It is a superset of ASCII, and already contains most of the
  21. world's modern alphabets, with room left for expansion.
  22.  
  23. .eof